home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / dos32pat.arc / DOS321.PAT < prev    next >
Text File  |  1986-09-23  |  811b  |  51 lines

  1. comment *
  2.  
  3. Re: DOS 3.2 compatibility with Enhanced Keyboard (PC/XT or PC/AT).
  4.  
  5. The following patches update a DOS 3.20 original to DOS 3.21 by
  6. updating the two BASIC modules to compatibility with the new twelve
  7. Function key keyboards.  The resulting files should have the same
  8. date/time stamp:  02-21-86 12:00p and sizes as the originals.
  9. *
  10. PATCH BASIC.COM
  11.  
  12. 0103
  13. FROM DS 10,0
  14.  
  15. TO   DB 74,0B,3C,0E0
  16.      DB 75,02,30,0C0
  17.      DB 08,0C0,0E9,4B
  18.      DB 1D,0E9,4A,1D
  19.  
  20. 1E57
  21. FROM DB 74,04,0A,0C0
  22.  
  23. TO   DB 0E9,0A9,0E2,90
  24.  
  25. 445B
  26. FROM DB 30
  27.  
  28. TO   DB 31
  29.  
  30. PATCH BASICA.COM
  31.  
  32. 0103
  33. FROM DS 10,0
  34.  
  35. TO   DB 74,0B,3C,0E0
  36.      DB 75,02,30,0C0
  37.      DB 08,0C0,0E9,51
  38.      DB 27,0E9,50,27
  39.  
  40. 285D
  41. FROM DB 74,04,0A,0C0
  42.  
  43. TO   DB 0E9,0A3,0D8,90
  44.  
  45. 86D1
  46. FROM DB 30
  47.  
  48. TO   DB 31
  49.  
  50. ;end of patch
  51.